home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Animation Wizard.dir / 00331.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  121 b   |  9 lines

  1. on mouseDown
  2.   global goBullets
  3.   if PressButton() then
  4.     cursor(4)
  5.     mCreate(goBullets)
  6.     cursor(-1)
  7.   end if
  8. end
  9.